projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a878184
)
Fix a missed newline after Verion in debug code for Garmin Protocol.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Thu, 1 Aug 2019 06:46:30 +0000
(
01:46
-0500)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Thu, 1 Aug 2019 06:46:30 +0000
(
01:46
-0500)
jeeps/gpsapp.cc
patch
|
blob
|
history
diff --git
a/jeeps/gpsapp.cc
b/jeeps/gpsapp.cc
index a313293616837026f9c19c027031c9ccae0fe6f8..3802df7c81ad6eec463cdf39682790523ec7faa3 100644
(file)
--- a/
jeeps/gpsapp.cc
+++ b/
jeeps/gpsapp.cc
@@
-235,7
+235,7
@@
static int32 GPS_A000(const char* port)
gps_save_id = id;
gps_save_version = ((double)version/100.);
- GPS_User("Unit:\t%s\nID:\t%d\nVersion:\t%.2f",
+ GPS_User("Unit:\t%s\nID:\t%d\nVersion:\t%.2f
\n
",
gps_save_string, gps_save_id, gps_save_version);
#if 0